home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / games / egavga / drwhotrv.arj / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-02-13  |  762b  |  29 lines

  1. echo off
  2. echo         Welcome to the Merit Software hard disk installation program.
  3. echo\
  4. echo You will need approximately 300k of space to install this program
  5. echo onto your hard disk. If the required space is not available, press
  6. echo the CTRL key along with the BREAK key to abort this procedure.
  7. echo This installation program will copy all the neccessary files onto a
  8. echo sub-directory called DRWHO. It will not change your AUTOEXEC.BAT
  9. echo or CONFIG.SYS files.
  10. echo\
  11. echo If enough room is available, simply press return...
  12. echo\
  13. echo\
  14. pause
  15. cls
  16. echo\
  17. echo\
  18. echo\
  19. echo      Please wait.  (This process takes some time)
  20. echo\
  21. mkdir c:\drwho
  22. copy *.* c:\drwho
  23. c:
  24. cd c:\drwho
  25. cls
  26. echo\
  27. echo To run this program type DRWHO
  28. echo\
  29.